corrected documentation for GtkEditable::delete-text.
authorSven Neumann <sven@gimp.org>
Thu, 10 Jan 2008 19:04:02 +0000 (19:04 +0000)
committerSven Neumann <neo@src.gnome.org>
Thu, 10 Jan 2008 19:04:02 +0000 (19:04 +0000)
2008-01-10  Sven Neumann  <sven@gimp.org>

* gtk/tmpl/gtkeditable.sgml: corrected documentation for
GtkEditable::delete-text.

svn path=/trunk/; revision=19341

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkeditable.sgml

index d6d5105b838ca0398ec82ddb5a711955096a77ef..79e8fed59820bf196ee3fb6b87584564f09fdf0f 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-10  Sven Neumann  <sven@gimp.org>
+
+       * gtk/tmpl/gtkeditable.sgml: corrected documentation for
+       GtkEditable::delete-text.
+
 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
 
        * gtk/tmpl/gtkcalendar.sgml: Move documentation for
index a227a80929730eed5e84a79d075dd36835690686..2ecae68bbb4273e74ad398786a4a8dfcc38b2707 100644 (file)
@@ -99,11 +99,11 @@ of the widget.
 <para>
 This signal is emitted when text is deleted from
 the widget by the user. The default handler for
-this signal will normally be responsible for inserting
+this signal will normally be responsible for deleting
 the text, so by connecting to this signal and then
 stopping the signal with gtk_signal_emit_stop(), it
-is possible to modify the inserted text, or prevent
-it from being inserted entirely. The @start_pos
+is possible to modify the range of deleted text, or
+prevent it from being deleted entirely. The @start_pos
 and @end_pos parameters are interpreted as for
 gtk_editable_delete_text()
 </para>